home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Source / GNU / uucp / Uucp.framework / uucp.subproj / Makefile.orig < prev    next >
Encoding:
Makefile  |  1995-10-09  |  1.7 KB  |  70 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # This is the Makefile for the lib subdirectory of Taylor UUCP
  3. #
  4. # The file Makefile.in should be processed by configure to generate
  5. # Makefile.  If you want to generate Makefile by hand, you must find
  6. # all variables surrounded by @ and replace them with the correct
  7. # value (e.g. cc must be replaced by something like cc or gcc).
  8.  
  9. SHELL=/bin/sh
  10.  
  11. # These are overridden by the call from the top level Makefile
  12. CC = cc
  13. CPPFLAGS = 
  14. CFLAGS = -g -O
  15. AR = ar
  16. RANLIB = ranlib
  17.  
  18. srcdir = .
  19.  
  20. MORECFLAGS = -I.. -I$(srcdir)/..
  21.  
  22. OBJS = buffer.o crc.o debug.o escape.o getopt.o getop1.o parse.o spool.o \
  23.     status.o xfree.o xmall.o xreall.o \
  24.      getlin.o strdup.o
  25.  
  26. all: libuucp.a
  27.  
  28. clean:
  29.     rm -f $(OBJS) libuucp.a
  30.  
  31. distclean: clean
  32.     rm -f Makefile
  33.  
  34. mostlyclean: clean
  35. maintainer-clean realclean: distclean
  36.  
  37. libuucp.a: $(OBJS)
  38.     rm -f libuucp.a
  39.     $(AR) rc libuucp.a $(OBJS)
  40.     -$(RANLIB) libuucp.a
  41.  
  42. .c.o:
  43.     $(CC) -c $(MORECFLAGS) $(CPPFLAGS) $(CFLAGS) $<
  44.  
  45. dist:
  46.     mkdir ../uucp-$(VERSION)/lib
  47.     ln `cat $(srcdir)/MANIFEST | sed -e 's|^|$(srcdir)/|'` ../uucp-$(VERSION)/lib
  48.  
  49. Makefile: Makefile.in
  50.     cd .. && CONFIG_FILES=lib/Makefile CONFIG_HEADERS= $(SHELL) ./config.status
  51.  
  52. # Header file dependencies.
  53.  
  54. $(OBJS): $(srcdir)/../uucp.h ../config.h $(srcdir)/../policy.h
  55.  
  56. buffer.o: $(srcdir)/../uudefs.h
  57. crc.o: $(srcdir)/../prot.h
  58. debug.o: $(srcdir)/../uudefs.h
  59. escape.o: $(srcdir)/../uudefs.h
  60. getopt.o: $(srcdir)/../getopt.h $(srcdir)/../uudefs.h
  61. getop1.o: $(srcdir)/../getopt.h
  62. parse.o: $(srcdir)/../uudefs.h
  63. spool.o: $(srcdir)/../uudefs.h
  64. status.o: $(srcdir)/../uudefs.h
  65. xfree.o: $(srcdir)/../uudefs.h
  66. xmall.o: $(srcdir)/../uudefs.h
  67. xreall.o: $(srcdir)/../uudefs.h
  68.  
  69. .PHONY: all clean distclean mostlyclean maintainer-clean realclean dist
  70.